home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
dobbs
/
v16n09
/
bob12.exe
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-11
|
208 b
|
13 lines
OFILES=bob.obj bobcom.obj bobdbg.obj bobint.obj bobfcn.obj \
bobmem.obj bobscn.obj
CFLAGS=-w-rvl -ml
.c.obj:
bcc -c $(CFLAGS) $<
bob.exe: $(OFILES)
bcc -ebob -ml $(OFILES)
$(OFILES): bob.h